projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
06460ea
)
testtreeview: Properly annotate a switch fallthrough
author
Timm Bäder
<mail@baedert.org>
Wed, 6 May 2020 10:34:56 +0000
(12:34 +0200)
committer
Timm Bäder
<mail@baedert.org>
Sun, 10 May 2020 06:44:20 +0000
(08:44 +0200)
tests/testtreeview.c
patch
|
blob
|
history
diff --git
a/tests/testtreeview.c
b/tests/testtreeview.c
index a5648c6be98378d81f6c02d4801b35578bc3ccb4..0715c449f47bcc98206eaae5bb1976735be9fc18 100644
(file)
--- a/
tests/testtreeview.c
+++ b/
tests/testtreeview.c
@@
-448,7
+448,7
@@
set_columns_type (GtkTreeView *tree_view, ColumnsType type)
#endif
- /* FALL THRU */
+ G_GNUC_FALLTHROUGH;
case COLUMNS_ONE:
rend = gtk_cell_renderer_text_new ();